.index-banner {
    width: 100%;
    height: 8.5rem;
    position: relative;
    /* box-shadow: 0rem 0.03rem 0.1rem 0.01rem rgb(0 0 0 / 30%); */
}

.indexBanner {
    width: 100%;
    height: 100%;
}

.indexBanner .swiper-slide {
    position: relative;
}
.indexBanner .modal{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    
}
.indexBanner-box {
    z-index: 99;
    width: 100%;
    text-align: center;
    /*background: rgba(0, 0, 0, .3);*/
    /*padding: 0.5rem 0.7rem;*/
    position: absolute;
    top: 2.93rem;
    /*transform: translate(-50%, -50%);*/
    color: #fff;
    text-align: center;
}

.indexBanner-title {
    z-index: 999;
    white-space: nowrap;
    font-size: 0.85rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}

.indexBanner-p {
   font-size: 0.36rem;
    font-family: Arial-Regular, Arial;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.45rem;
    margin-top: 0.16rem;
}

.indexBanner .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.indexBanner .swiper-slide video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.indexBanner .swiper-slide video::-webkit-media-controls-fullscreen-button,
.indexBanner .swiper-slide video::-webkit-media-controls-play-button,
.indexBanner .swiper-slide video::-webkit-media-controls-timeline,
.indexBanner .swiper-slide video::-webkit-media-controls-current-time-display,
.indexBanner .swiper-slide video::-webkit-media-controls-time-remaining-display,
.indexBanner .swiper-slide video::-webkit-media-controls-mute-button,
.indexBanner .swiper-slide video::-webkit-media-controls-toggle-closed-captions-button,
.indexBanner .swiper-slide video::-webkit-media-controls-enclosure,
.indexBanner .swiper-slide video::-webkit-media-controls-volume-slider {
    display: none;
}

.indexBanner .swiper-pagination {
    width: 100%;
    height: 0.73rem;
    /* background: rgba(0, 0, 0, .2); */
    bottom: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.indexBanner .swiper-pagination-bullet {
    width: 0.58rem;
    height: 0.06rem;
    border-radius: 0;
    background: #fff;
    opacity: 1;
}

.indexBanner .swiper-pagination-bullet-active {
    background: #014098;
}

/* 集团简介 */
.index-data-bg {
    background-image: url(../image/index/1.png);
    background-size: 100% 100%;
    width: 100%;
    height: auto;
    height: 6.93rem;
}

.index-data {
    margin: 0 auto;
    padding-top: 0.57rem;
}



.index-data .text {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index-data .p span{
    font-size: 0.18rem;
     color: rgba(12, 77, 162, .95);
}


.index-data .text1 {
    font-size: 0.56rem;
    font-family: Arial-Regular, Arial;
    font-weight: 400;
    color: #0C4DA2;
}

.index-data .text2 {
    margin-top: 0.14rem;
    font-size: 0.46rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #5E5E5E;
}

.index-data .p {
    margin-top: 0.65rem;
    font-size: 0.18rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #000000;
    line-height: 0.3rem;
}

.index-data .text-red a {
    padding-left: 0.07rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.6rem;
    height: 0.51rem;
    background: #FFFFFF;
    border: 0.01rem solid #8E8E8E;
    font-size: var(--font18);
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #676767;
    line-height: 0.51rem;
}

.index-data .text-red a img {
    width: 0.28rem;
    height: 0.08rem;
    object-fit: cover;
    margin-left: 0.18rem;
}

.index-brief-wrap {
    margin: 1rem auto;
    display: flex;
    justify-content: space-between;
}

.index-brief {
    /* padding: 0 0.86rem; */
    /*flex: 1;*/
    /*border-right: 1px solid #666565;*/
}

.index-brief:first-of-type {
    padding-left: 0;
}

.index-brief:last-of-type {
    padding-right: 0;
    border-right: 0;
}

.index-brief:nth-child(1) .roll{
    min-width: 2em;
}
.index-brief:nth-child(3) .roll{
    min-width: 2em;
}
.index-brief:nth-child(5) .roll{
    min-width: 1.6em;
}
.index-brief:nth-child(7) .roll{
    min-width: 2em;
}
.index-brief:nth-child(9) .roll{
    min-width: 1.6em;
}
.index-brief:nth-child(11) .roll{
    min-width: 1.6em;
}
.index-brief-line {
    width: 0.01rem;
    /* height: 100%; */
    background: #666565;
}
.index-brief-num {
    font-size: 0.24rem;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #333333;
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.index-brief-num img {
    margin-right: 0.16rem;
    width: 0.31rem;
    height: 0.31rem;
    object-fit: cover;
}

.index-brief-num span {
    font-size: 0.62rem;
    font-family: Impact-Regular, Impact;
    font-weight: 400;
    color: #014098;
}

.index-brief-num {
    position: relative;
}

.index-solid {
    width: 0.44rem;
    height: 0.01rem;
    background-color: #707070;
    margin: 0.26rem auto;
}

/* 
.roll::before {
    width: 0.44rem;
    height: 0.01rem;
    content: '';
    position: absolute;
    transform: translateX(-50%);
    background-color: #707070;
    right: 0;
    left: 50%;
    bottom: -0.1rem;
} */

.index-brief-p {
    font-size: 0.16rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #6C6C6C;
    margin-top: 0.4rem;
    text-align: center;
}

/* 集团简介end */

/* 科学技术是第一生产力 */
.science-con .text {
    margin: 0 auto;
    padding-top: 1rem;
    padding-top: 0;
}

.text1 {
    font-size: 0.46rem;
    font-family: MicrosoftYaHei-Bold-, MicrosoftYaHei-Bold;
    font-weight: bold;
    color: #333333;
}

.text2 {
    margin-top: 0.2rem;
    font-size: 0.42rem;
    font-family: Arial-Bold, Arial;
    font-weight: bold;
    color: rgba(12, 77, 162, .38);
    
    
}

.science-bg {
    overflow: hidden;
    width: 100%;
    height: 9rem;
    margin-top: 0.74rem;
    background-image: url(../image/index/4.png);
    background-size: 100% 100%;
    position: relative;
}

.science-box {
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 1.6rem;
}

.science-box .p1 {
    width: 8.24rem;
    padding-top: 2.02rem;
    font-size: 0.24rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.42rem;
}

.science-box .text-red a {
    margin-top: 0.54rem;
    padding-left: 0.27rem;
    display: flex;
    align-items: center;
    width: 1.6rem;
    height: 0.51rem;
    border: 0.01rem solid #FFFFFF;
    font-size: var(--font18);
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 0.51rem;
}

.science-box .text-red a img {
    width: 0.28rem;
    height: 0.08rem;
    object-fit: cover;
    margin-left: 0.18rem;
}

.science-box .con {
    margin: 0 auto;
    margin-top: 2.2rem;
    display: flex;
    align-items: center;
}

.science-con{
    position: relative;
}

.genggaicon{
    display: flex;
    position: absolute;
    bottom: 0;
    left: calc((100vw - 16.05rem)/2);
}

.science-k {
    text-align: center;
    width: 5.35rem;
    height: 2.58rem;
    background: rgba(255, 255, 255, 0.5);

    /* opacity: 0.5; */
    border: 0.01rem solid #FFFFFF;
    position: relative;
}

.science-active{
    cursor: pointer;
    background: linear-gradient(270deg, #02438D 0%, #006DBB 100%);
    
}

.bgc-active{
    background: #fff !important;
}

.color-active{
    color: #FFFFFF !important;
}

.science-k-text {
    position: relative;
    margin-top: 0.73rem;
    font-size: 0.36rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #02438D;
}

.science-k-bgc{
    width: 0.67rem;
    height: 0.01rem;
    content: '';
    margin: 0.25rem auto 0.16rem;
    background-color: #02438D;
}

.science-k-p {
    /*margin-top: 0.42rem;*/
    font-size: 0.24rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.science-k-p1 {
    position: absolute;
    bottom: -5px;
    right: -3px;
    float: right;
    font-size: 0.76rem;
    font-family: Microsoft YaHei-Light, Microsoft YaHei;
    font-weight: 300;
    color: #014098;
}

/* 科学技术是第一生产力 end*/
/* 新闻资讯 */
.index-news {
    margin: 0 auto;
}

.index-news .text {
    padding-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index-news .text-red a {
    padding-left: 0.27rem;
    display: flex;
    align-items: center;
    width: 1.6rem;
    height: 0.51rem;
    background: #FFFFFF;
    border: 0.01rem solid #8E8E8E;
    font-size: var(--font18);
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #0C4DA2;
    line-height: 0.51rem;
}

.index-news .text-red a img {
    width: 0.28rem;
    height: 0.08rem;
    object-fit: cover;
    margin-left: 0.18rem;
}

/* .text-red:hover a {
    color: #0C4DA2 !important;
} */

/* .img5 {
    display: none;
}

.text-red:hover .img3 {
    display: none;
}

.text-red:hover .img5 {
    display: block;
} */

.index-news .list {
    margin-top: 0.81rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.index-news-item {
    width: 7.69rem;
    position: relative;
    display: block;
    margin-right: 0.62rem;
    padding-bottom: 0.44rem;
    border-bottom: 0.01rem solid #E9E9E9;
}

.index-news-item:hover .index-news-text{
    color: #02438D;
}

.index-news-item:nth-child(2n) {
    margin-right: 0;
}

.index-news-img-box .p {
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 0;
    width: 1rem;
    height: 1rem;
    background: #02438D;
}

.index-news-img-box .p .p1 {
    font-size: 0.36rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #FFFFFF;
}

.index-news-img-box .p .p2 {
    margin-top: 0.1rem;
    font-size: 0.18rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #FFFFFF;
}

.index-news-img-box img {
    width: 100%;
    height: 4.08rem;
    object-fit: cover;
}

.index-news-content {
    width: 100%;
}

.index-news-text {
    margin-top: 0.24rem;
    font-size: 0.2rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #333333;
}

.index-news-p {
    line-height: 0.3rem;
    margin-top: 0.3rem;
    font-size: var(--font18);
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #5E5E5E;
}

/* 新闻资讯 end*/
/* 我们的业务 */
.index-business {
    margin-top: 1.05rem;
}

.index-business .text {
    margin: 0 auto;
}

.index-business-con1 {
    margin-top: 0.8rem;
    height: 8.5rem;
    width: 100%;
    background-image: url(../image/index/7.png);
    background-size: 100% 100%;
    padding-left: 1.6rem;
    padding-top: 2rem;
}

.index-business-con1-text span {
    font-size: 0.87rem;
    font-family: Arial-Bold Italic, Arial;
    font-weight: bold;
        font-style: italic;
    color: rgba(255, 255, 255, 0.51);
    margin-right: 0.19rem;
    
}

.index-business-con1-text {
    font-size: 0.48rem;
    font-family: MicrosoftYaHei-Bold-, MicrosoftYaHei-Bold;
    font-weight: bold;
    color: #FFFFFF;
}

.index-business-con1-p {
    margin-top: 0.75rem;
    width: 6.96rem;
    font-size: 0.24rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.81);
    line-height: 0.36rem;
}

.index-business-con1 .text-red a {
    margin-top: 0.86rem;
    padding-left: 0.27rem;
    display: flex;
    align-items: center;
    width: 1.6rem;
    height: 0.51rem;
    border: 0.01rem solid #FFFFFF;
    font-size: var(--font18);
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 0.51rem;
}

.index-business-con1 .text-red a img {
    width: 0.28rem;
    height: 0.08rem;
    object-fit: cover;
    margin-left: 0.18rem;
}

.index-business-con2 {
    display: flex;
    align-items: center;
    margin-top: 0.25rem;
}

.index-business-con2-k {
    position: relative;
    width: 6.3rem;
    height: 7.18rem;
    margin-right: 0.15rem;
}

.index-business-con2-k:nth-child(3n) {
    margin-right: 0;
}

.index-business-con2-text span {
    font-size: 0.68rem;
    font-family: Arial-Bold Italic, Arial;
    font-weight: bold;
    font-style: italic;
    color: rgba(255, 255, 255, 0.51);
    margin-right: 0.19rem;
}

.index-business-con2-text {
    font-size: 0.4rem;
    font-family: MicrosoftYaHei-Bold-, MicrosoftYaHei-Bold;
    font-weight: bold;
    color: #FFFFFF;
}

.index-business-con2-p {
    margin-top: 0.38rem;
    width: 4.12rem;
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.81);
    line-height: 0.36rem;
}

.index-business-con2-k:hover .text-red {

    display: block !important;
}

.index-business-con2-k:hover .index-business-con2-k-con {

    background: rgba(2, 67, 141, 0.83);
}

.index-business-con2-k-con {
    width: 100%;
    height: 100%;
    padding: 1.03rem 0.9rem;
    left: 0;
    top: 0;
    bottom: auto;
    position: absolute;
}

.index-business-con2-k-con .text-red {
    display: none;
}

.activeblock .text-red {
    z-index: 99999;
    display: block !important;
}

.activeblock .index-business-con2-k-con {

    background: rgba(2, 67, 141, 0.83);
}

.index-business-con2-k-con .text-red a {
    margin-top: 0.63rem;
    padding-left: 0.27rem;
    display: flex;
    align-items: center;
    width: 1.6rem;
    height: 0.51rem;
    border: 0.01rem solid #FFFFFF;
    font-size: var(--font18);
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 0.51rem;
}

.index-business-con2-k-con .text-red a img {
    width: 0.28rem;
    height: 0.08rem;
    object-fit: cover;
    margin-left: 0.18rem;
}

.index-business-con2-k img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 我们的业务 end*/
/* 立中车轮在全国 */
.index-on {
    padding-bottom: 3.44rem;
    position: relative;
}

.index-on .text {
    margin-top: 0.9rem;
    text-align: center;
}

.index-on-con1 {
    margin-top: 0.29rem;
    width: 100%;
    height: auto;
    position: relative;
}

.index-on-con1 img {

    height: 100%;
    width: 100%;
    object-fit: cover;
}



.none {
    display: none;
}

.leftop {
    margin-left: 0.24rem;
}

.leftop::before {
    content: '';
    position: absolute;
    transform: translate(-50%);
    width: 0px;
    height: 0px;
    left: -10px;
    top: 12px;
    border-style: solid;
    border-color: transparent #FFFFFF transparent transparent;
    border-width: 15px 15px 15px 15px;
}

.toprig {
    margin-right: 0.24rem;
}

.toprig::before {
    content: '';
    position: absolute;
    transform: translate(-50%);
    width: 0px;
    height: 0px;
    right: -44px;
    top: 35px;
    border-style: solid;
    border-color: transparent transparent transparent #FFFFFF;
    border-width: 15px 15px 15px 15px;
}

.leftbot {
    margin-left: 0.24rem;
}

.leftbot::before {
    content: '';
    position: absolute;
    transform: translate(-50%);
    width: 0px;
    height: 0px;
    left: -10px;
    bottom: 22px;
    border-style: solid;
    border-color: transparent #FFFFFF transparent transparent;
    border-width: 15px 15px 15px 15px;
}

.rigbot {
    margin-right: 0.24rem;
}

.rigbot::before {
    content: '';
    position: absolute;
    transform: translate(-50%);
    width: 0px;
    height: 0px;
    right: -44px;
    bottom: 22px;
    border-style: solid;
    border-color: transparent transparent transparent #FFFFFF;
    border-width: 15px 15px 15px 15px;
}

.fdf3 .index-on-con1-gpscon {
    top: -26px;
}

.fdf5 .index-on-con1-gpscon {
    top: -238px;
}

.fdf4 .index-on-con1-gpscon {
    display: block;
}

/* .fdf1 .index-on-con1-gpscon1:hover+.index-on-con1-gpscon{
    display: block !important;
}
.fdf2 .index-on-con1-gpscon1:hover+.index-on-con1-gpscon{
    display: block !important;
}
.fdf3 .index-on-con1-gpscon1:hover+.index-on-con1-gpscon{
    display: block !important;
}
.fdf4 .index-on-con1-gpscon1:hover+.index-on-con1-gpscon{
    display: block !important;
}
.fdf5 .index-on-con1-gpscon1:hover+.index-on-con1-gpscon{
    display: block !important;
}
.fdf6 .index-on-con1-gpscon1:hover+.index-on-con1-gpscon{
    display: block !important;
} */
.fdf1 {
    display: flex;
    position: absolute;
    top: 3.63rem;
    left: 7.01rem;
}


.fdf2 {
    display: flex;
    position: absolute;
    top: 1.73rem;
    left: 3.97rem;
}

.fdf3 {
    flex-direction: row-reverse;
    display: flex;
    position: absolute;
    top: 2.35rem;
    right: 4.37rem;
}

.fdf4 {
    display: flex;
    position: absolute;
    top: 1.89rem;
    left: 6.85rem;
}

.fdf5 {
    display: flex;
    position: absolute;
    top: 7.43rem;
    left: 8.36rem;
}

.fdf6 {
    flex-direction: row-reverse;
    display: flex;
    position: absolute;
    bottom: 3.44rem;
    right: 1.14rem;
    align-items: flex-end;
}

.index-on-con1-gpsimgred {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.6rem;
    height: 0.6rem;
    background: rgba(230, 37, 37, 0.4);
    border-radius: 50%;
}

.index-on-con1-gpsimgred img {
    display: block;
    width: 0.27rem;
    height: 0.32rem;
    object-fit: cover;
}

.index-on-con1-gpsimg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.6rem;
    height: 0.6rem;
    background: rgba(140, 163, 201, 0.4);
    border-radius: 50%;
}

.index-on-con1-gpsimg img {
    display: block;
    width: 0.35rem;
    height: 0.32rem;
    object-fit: contain;
}

.index-on-con1-gpstext {
    text-align: center;
    margin-top: 0.08rem;
    font-size: 0.18rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.index-on-con1-gpscon {
    z-index: 99;
    box-shadow: 0 0 14px #000000;
    /* display: none; */
    position: relative;
    width: 6.79rem;
    height: auto;
    background: #FFFFFF;
    border-radius: 0.1rem;
    padding: 0 0.24rem 0.41rem 0.24rem;
}

.index-on-wrap {
    display: flex;
    justify-content: space-between;
    padding: 0.35rem 0;
    border-bottom: 0.01rem dashed #CECECE;
}

.index-on-brief {
    text-align: center;
    flex: 1;
    border-right: 1px solid #000000;
}

.index-on-brief:last-child {
    border-right: 0;
}

.index-on-brief-num {
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #434343;
}

.index-on-brief-num span {
    font-size: 0.36rem;
    font-family: Impact;
    font-weight: 400;
    color: #304F8C;
    margin-right: 0.07rem;
}

.index-on-brief-p {
    margin-top: 0.14rem;
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #434343;
}

.index-on-con1-gpsconc {
    margin-top: 0.25rem;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.index-on-con1-gpsconck {
    display: flex;
    align-items: center;
    justify-content: center;
    height: .8rem;
    width: 0.9rem;
    border: 0.01rem solid #CECECE;
    background: #ffff;
    margin-right: 0.18rem;
    margin-bottom: 0.09rem;
}

.index-on-con1-gpsconck:nth-child(6n) {
    margin-right: 0;
}

.index-on-con1-gpsconck img {
    display: block;
    height: 0.5rem;
    width: 0.5rem;
    object-fit: cover;
}

/* con2 */
.index-on-con2 {
    position: absolute;
    top: 1.7rem;
    left: 15%;
    width: 70%;
}

.index-on-con2-wrap {
    display: flex;
    justify-content: space-between;
}

.index-on-con2-brief {
    flex: 1;
}

.index-on-con2-num {
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.index-on-con2-num img {
    width: 0.39rem;
    height: 0.39rem;
    object-fit: cover;
    margin-right: 0.13rem;
}

.index-on-con2-num span {
    font-size: 0.57rem;
    font-family: Impact-Regular, Impact;
    font-weight: 400;
    color: #02438D;
    margin-right: 0.13rem;
}

/* con3 */
.index-on-con3gps {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.index-on-con3 {

    margin: 0 auto;
    position: relative;
}

.index-on-con3 > .swiper{
    padding: 10px;
}


.index-on-con3k {
    padding: 0.14rem 0.13rem;
    width: 5.16rem;
    height: 4.32rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.13rem 0.01rem rgba(0, 0, 0, 0.1000);
}

.index-on-con3kimg {
    width: 100%;
    height: 3.07rem;
    margin: 0 auto;
    cursor: pointer;
}

.index-on-con3kimg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-on-con3ktext {
    margin-top: 0.39rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
}

.index-on-con3ktext-left {
    padding-left: 0.14rem;
    font-size: 0.18rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #333333;
}

.index-on-con3ktext-rig {
    width: 0.21rem;
    height: 0.21rem;
}

.index-on-con3ktext-rig img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-on-con3 .swiper-button-next,
.index-on-con3 .swiper-button-prev {
    color: #A4A4A4;
}

.index-on-con3 .swiper-button-prev {
    left: -0.48rem;
}

.index-on-con3 .swiper-button-next {
    right: -0.48rem;
}

/* 立中车轮在全国 end*/
/* 联系我们 */
.index-link {
    margin-top: 1.28rem;
    padding: 0.61rem 2.6rem;
    width: 100%;
    height: 2.98rem;
    background: url(../image/index/11.png) center center;
    background-size: cover;
}

.index-link-text {
    font-size: 0.32rem;
    font-family: MicrosoftYaHei-Bold-, MicrosoftYaHei-Bold;
    font-weight: bold;
    color: #0C4DA2;
}

.index-link-p {
    margin-top: 0.13rem;
    font-size: var(--font18);
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #555555;
}

.index-link .text-red a {
    margin-top: 0.33rem;
    padding-left: 0.27rem;
    display: flex;
    align-items: center;
    width: 1.6rem;
    height: 0.51rem;
    border: 0.01rem solid #02438D;
    font-size: var(--font18);
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #02438D;
    line-height: 0.51rem;
}

.index-link .text-red a img {
    width: 0.28rem;
    height: 0.08rem;
    object-fit: cover;
    margin-left: 0.18rem;
}


.zhou-name {
    position: absolute;
    right: .1rem;
    bottom: .1rem;
    font-size: 0.97rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #434343;
    opacity: 0.05;
}

/*亚洲*/
.fdf1 .zhou-mask {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background: #f00;
}
/*北美洲*/
.fdf4 .zhou-mask {
     position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background: #0f0;
}


/*欧洲*/
 .zhou-mask + .index-on-con1-gpscon1 {
     position: relative;
     z-index: 20;
 }
 .index-on-con1-gpscon1 {
     cursor: pointer;
 }
 
 
 .zhou-modal {
     position: absolute;
     cursor: pointer;
 }
 
 
 /*亚洲*/
 .zhou-modal-1 {
     left: 5rem;
    width: 5rem;
    height: 5rem;
     background: transparent;
    top: 1rem;
 }
  /*北美洲*/
 .zhou-modal-4 {
    left: 5rem;
    width: 5rem;
    height: 5rem;
     background: transparent;
    top: 1rem;
 }
 
 /*欧洲*/
 .zhou-modal-2 {
    left: 2rem;
    width: 3rem;
    height: 2rem;
    background: transparent;
    top: 1rem;
 }
 /*北美洲*/
 .zhou-modal-3 {
    left: 13rem;
    width: 4rem;
    height: 4rem;
     background: transparent;
    top: 1rem;
 }
   /*澳洲*/
 .zhou-modal-5 {
    left: 7rem;
    width: 4rem;
    height: 3rem;
     background: transparent;
    top: 7rem;
 }
  /*南美洲*/
 .zhou-modal-6 {
  left: 16rem;
    width: 3rem;
    height: 4rem;
     background: transparent;
    top: 5rem;
 }
 
 
 
 
.fdf2 .zhou-mask {
    position: absolute;
    left: -2rem;
    top: -1rem;
    right: -.5rem;
    bottom: -.5rem;
    z-index: 10;
    background: #f00;
}
/*北美洲*/
.fdf3 .zhou-mask {
      position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background: #0f0;
}

/*大洋洲*/
.fdf5 .zhou-mask {
      position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background: #0f0;
}
/*南美洲*/
.fdf6 .zhou-mask {
      position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background: #0f0;
}


/* 联系我们 end*/
@media only screen and (max-width: 1024px) {
    .index-business-con2-text span{
        font-size: 0.3rem;
    }
    .index-business-con2-text{
        font-size: 0.28rem;
    }
    .index-business-con2-p{
        font-size: 0.24rem;
    }
    .index-link-text{
        font-size: 0.28rem;
    }
    .index-link-p{
        font-size: 0.26rem;
    }
    .index-link .text-red a{
        font-size: 0.24rem;
    }
    .indexBanner-title{
        font-size: 0.3rem;
    }
    .index-link{
        margin-top: 0.78rem;
    }
    .indexBanner-p{
        font-size: 0.26rem;
        line-height: 0.41rem;
    }
    .indexBanner-box{
        top: 1rem;
       width: 100%;
    }
    .xjh{
        padding: 0 .2rem;
    }
    .index-banner {
        height: auto;
        margin-top: 0;
    }
    .index-news-img-box .p .p2{
        font-size: 0.24rem;
    }

    .index-data .text-red a {
        padding-left: 0.02rem;
    }
    .science-k-p1{
        right: 0;
        margin-top: 0.2rem;
        padding-right: 0.1rem;
        font-size: 0.32rem;
        bottom: 0;
    }
    .science-k{
        height: 2.42rem;
    }
    .index-brief-wrap {
        width: 100%;
        flex-wrap: wrap;
        margin: 0.5rem auto 0 auto;
    }
    
    .genggaicon{
        width: 100%;
        left: 0;
    }

    .index-brief {
       width: 33.3%;
       flex: none;
       border-right: 0;
       margin-bottom: 0.6rem;
    }
    
    .index-brief-num img {
        margin-right: 0.06rem;
    }

    .index-brief-num span {
        font-size: 0.36rem;
    }

    .index-solid {
        margin: 0.16rem 0;
        margin-left: 50%;
    }

    .index-brief-p {
        
        margin-top: 0;
    }

    .science-con .text {
        padding: 0 0.2rem;
        /*padding-top: 0.6rem;*/
    }

    .science-bg {
        margin-top: 0.6rem;
        height: 5.5rem;
    }
    .science-con{
        padding-top: 0.1rem;
    }
    .science-box{
        width: 80%;
        left: 10%;
    }
  
    .science-bg img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .science-k {
        width: 33.3%;
    }

    .index-on .text{
        margin-top: 0.6rem;
    }
    
    .index-on-con2 {
        position: static;
    }
    
    .index-on-con3k {
        width: 100%;
    }
    
    .index-on-con3 > .swiper {
        padding: 15px 25px;
    }
    .index-on-con3gps .swiper-button-next:after,
    .index-on-con3gps .swiper-button-prev:after {
        font-size: 20px;
    }
    .index-on-con2-num span{
        font-size: 0.36rem;
    }
    
    .science-box .p1 {
        padding-top: 0.42rem;
        
    }

    .science-box .text-red a {
        display: none;
        padding-left: 0.07rem;
        font-size: 0.24rem;
    }
    .science-k-text{
        font-size: 0.3rem;
    }
    .science-box .con {
        margin-top: 0.3rem;
    }

    .science-k-p {
        line-height: .36rem;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .index-news .text-red a {
        padding-left: 0.07rem;
        font-size: 0.24rem;
    }
    .index-news-img-box .p .p1{
        font-size: 0.3rem;
    }

    .index-news .text {
        padding: 0 0.2rem;
        padding-top: 0.6rem;
    }

    .index-news .list {
        padding: 0 0.2rem;
        margin-top: 0.6rem;
    }

    .index-business .text-left {
        padding: 0 0.2rem;
    }

    .index-news-item {
        width: 100%;
        margin-right: 0;
    }

    .index-business {
        margin-top: 0.6rem;
    }

    .index-business-con1 {
        margin-top: 0.6rem;
        height: 4.5rem;
        padding: 0.53rem 0.9rem;
    }
    .index-business-con1-text{
        font-size: 0.28rem;
    }
    .index-business-con1-text span{
        font-size: 0.3rem;
    }
    .index-business-con1-p {
        margin-top: 0.35rem;
        line-height: 0.38rem;
        width: 80%;
    }
    .index-business-con1 .text-red a{
        margin-top: 0.36rem;
        font-size: 0.24rem;
        padding-left: 0.07rem;
    }
    
    .index-business-con2 {
        display: block;
    }

    .index-business-con2-k {
        height: auto;
        width: 100%;
        margin-bottom: 0.2rem;
    }
    .index-business-con2-k-con{
        padding: 0.61rem 0.9rem;
    }
    .index-business-con2-k-con .text-red{
        display: block;
    }
    .index-business-con2-k-con .text-red a,
    .index-link .text-red a {
        padding-left: 0.07rem;
    }
    .index-business .text-red a{
        width: 1.8rem;
        justify-content: center;
        padding-left: 0;
    }
    .index-link {
        padding: 0.61rem 0.2rem;
    }

    .index-on-con1-gpstext {
        margin-top: 0.04rem;
    }

    .fdf1 {
        top: 1.2rem;
        left: 2.3rem;
    }

    .fdf2 {
        top: 0.39rem;
        left: 1.37rem;
    }

    .fdf3 {
        top: 0.45rem;
        right: 1.47rem;
    }

    .fdf4 {
        top: 0.39rem;
        left: 2.45rem;
    }

    .fdf5 {
        top: 2.73rem;
        left: 3rem;
    }

    .fdf6 {
        bottom: 1.04rem;
        right: 0.14rem;
    }

    .leftbot::before {
        left: 50%;
        top: -27px;
        border-color: transparent transparent #FFFFFF transparent;
    }

    .leftop::before {
        left: 50%;
        top: -27px;
        border-color: transparent transparent #FFFFFF transparent;
    }

    .toprig::before {
        left: 50%;
        top: -27px;
        border-color: transparent transparent #FFFFFF transparent;
    }

    .rigbot::before {
        left: 50%;
        top: -27px;
        border-color: transparent transparent #FFFFFF transparent;
    }

    .fdf2 .index-on-con1-gpscon {
        left: -53px;
        top: 176px;
    }

    .fdf3 .index-on-con1-gpscon {
        left: -257px;
        top: 176px;
    }

    .fdf4 .index-on-con1-gpscon {
        left: -106px;
        top: 176px;
        display: none;
    }
    
    .index-on-con2-wrap {
        flex-direction: column;
    }

    .fdf5 .index-on-con1-gpscon {
        left: -133px;
        top: 63px;
    }

    .fdf6 .index-on-con1-gpscon {
        left: -327px;
        top: 75px;
    }

    .leftop{
        margin-left: 0;
    }
    .rigbot{
        margin-right: 0;
    }
    .toprig{
        margin-right: 0;
    }
    .leftbot{
        margin-left: 0;
    }
    .index-on-con1 {
        margin-top: 1.09rem;
    }

    .index-on-con3gps {
        /*display: none;*/
        
        position: static;
    }

    .index-on-con1-gpscon {
        margin: 0;
    }

    .index-on-con2 {
        left: 5%;
        width: 90%;
        width: 100%;
    }
    
    .index-on {
        padding-bottom: 0;
    }
    
    .index-on-con3 .swiper-button-next {
        right: 0;
    }
    .index-on-con3 .swiper-button-prev {
        left: 0;
    }
    
    .index-link {
        margin-top: 25px;
    }

    .index-on-con2-num {
        line-height: 0.34rem;
        font-size: 0.24rem;
    }

    .index-on-con1-gps {
        display: block;
    }

    .index-on-con1-gpscon {
        position: absolute;
    }

    .index-data-bg {
        padding: 0 0.2rem;
        height: auto;
        
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: contain;
    }

    .science-box .p1,
    .science-box .text-red {
        width: 90%;
        margin: 0 auto;
        
       margin-right: 15%;
    }

    .index-data .p {
        font-size: 0.24rem;
        line-height: 0.39rem;
    }

    .index-data .text1 {
        font-size: 0.28rem;
    }

   

    .index-data .text2 {
        font-size: 0.28rem;
    }

    .index-data .text-red a {
        font-size: 0.24rem;
    }

    .index-brief-p {
        font-size: 0.24rem;
    }
    .index-brief-line{display: none;}
    .index-news-text {
        
        line-height: 0.48rem;
        font-size: 0.3rem;
    }
    .index-news-p p{
        margin-top: 0.1rem;
        line-height: 0.38rem;
        font-size: 0.24rem;
    }
    
    
    
    .zhou-modal {
        display: none;
    }
    
    .index-data .p span {
        font-size: 12px;
    }
    
    .index-business-con2-k-con .text-red a {
        font-size: 12px;
    }
    
    .index-on-con2-brief {
        margin-bottom: 10px;
    }
    .index-on-con3ktext-left {
        font-size: 12px;
    }
}





